From cd23f1e080d36bbb5434c761880e80f8d6a80286 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 9 Jun 2010 10:52:11 +0300 Subject: [PATCH] Fix build breakage on non-X11 AM_CONDITIONALs need to be seen in all code paths. The one for XINPUT_NONE was only in the X11 if branch. But as that Automake confitional wasn't used in any Makefile.am anyway, just drop the AM_CONDITIONAL. --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4f7aa138d5..8db352d2f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1574,7 +1574,6 @@ if test "x$gdktarget" = "xx11"; then [Define to 1 if no XInput should be used]) fi - AM_CONDITIONAL(XINPUT_NONE, test "x$with_xinput" = "xno") AM_CONDITIONAL(XINPUT_XFREE, test "x$with_xinput" != "xno") AM_CONDITIONAL(XINPUT_2, test "x$have_xinput2" = "xyes") -- 2.30.2